[INFO] fetching crate dubbo-rs-macros 0.1.1...
[INFO] fixing dubbo-rs-macros-0.1.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate dubbo-rs-macros 0.1.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate dubbo-rs-macros 0.1.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate dubbo-rs-macros 0.1.1
[INFO] tweaked toml for crates.io crate dubbo-rs-macros 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dubbo-rs-macros 0.1.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate dubbo-rs-macros 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ed1aabedc46d589cefd140b6b138684bfc14e95e9d8d3c457fd3ed9fbba27b54
[INFO] running `Command { std: "docker" "start" "ed1aabedc46d589cefd140b6b138684bfc14e95e9d8d3c457fd3ed9fbba27b54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed1aabedc46d589cefd140b6b138684bfc14e95e9d8d3c457fd3ed9fbba27b54" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed1aabedc46d589cefd140b6b138684bfc14e95e9d8d3c457fd3ed9fbba27b54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ed1aabedc46d589cefd140b6b138684bfc14e95e9d8d3c457fd3ed9fbba27b54" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dubbo-rs-macros v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[client]
[INFO] [stdout]    | ^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `client` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:19:15
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let url = dubbo_rs_common::url::URL::new("tri", "/com.example.Greeter");
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 -     let url = dubbo_rs_common::url::URL::new("tri", "/com.example.Greeter");
[INFO] [stdout] 19 +     let url = dubbo_rs_macros::url::URL::new("tri", "/com.example.Greeter");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:22:14
[INFO] [stdout]    |
[INFO] [stdout] 22 |         url: dubbo_rs_common::url::URL,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 22 -         url: dubbo_rs_common::url::URL,
[INFO] [stdout] 22 +         url: dubbo_rs_macros::url::URL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 |     impl dubbo_rs_common::node::Node for MockInvoker {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 25 -     impl dubbo_rs_common::node::Node for MockInvoker {
[INFO] [stdout] 25 +     impl dubbo_rs_macros::node::Node for MockInvoker {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:26:31
[INFO] [stdout]    |
[INFO] [stdout] 26 |         fn get_url(&self) -> &dubbo_rs_common::url::URL {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 26 -         fn get_url(&self) -> &dubbo_rs_common::url::URL {
[INFO] [stdout] 26 +         fn get_url(&self) -> &dubbo_rs_macros::url::URL {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Ok(dubbo_rs_protocol::RPCResult::success(
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:53:15
[INFO] [stdout]    |
[INFO] [stdout] 53 |     let url = dubbo_rs_common::url::URL::new("tri", "/com.example.Greeter");
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 53 -     let url = dubbo_rs_common::url::URL::new("tri", "/com.example.Greeter");
[INFO] [stdout] 53 +     let url = dubbo_rs_macros::url::URL::new("tri", "/com.example.Greeter");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:56:14
[INFO] [stdout]    |
[INFO] [stdout] 56 |         url: dubbo_rs_common::url::URL,
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 56 -         url: dubbo_rs_common::url::URL,
[INFO] [stdout] 56 +         url: dubbo_rs_macros::url::URL,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 59 |     impl dubbo_rs_common::node::Node for EchoInvoker {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 59 -     impl dubbo_rs_common::node::Node for EchoInvoker {
[INFO] [stdout] 59 +     impl dubbo_rs_macros::node::Node for EchoInvoker {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:60:31
[INFO] [stdout]    |
[INFO] [stdout] 60 |         fn get_url(&self) -> &dubbo_rs_common::url::URL {
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 60 -         fn get_url(&self) -> &dubbo_rs_common::url::URL {
[INFO] [stdout] 60 +         fn get_url(&self) -> &dubbo_rs_macros::url::URL {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:78:16
[INFO] [stdout]    |
[INFO] [stdout] 78 |             Ok(dubbo_rs_protocol::RPCResult::success(
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     #[client]
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout]    = note: this error originates in the attribute macro `client` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:98:15
[INFO] [stdout]    |
[INFO] [stdout] 98 |     let url = dubbo_rs_common::url::URL::new("tri", "/com.example.Pinger");
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 98 -     let url = dubbo_rs_common::url::URL::new("tri", "/com.example.Pinger");
[INFO] [stdout] 98 +     let url = dubbo_rs_macros::url::URL::new("tri", "/com.example.Pinger");
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]    --> tests/client_macro.rs:100:14
[INFO] [stdout]     |
[INFO] [stdout] 100 |         url: dubbo_rs_common::url::URL,
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 100 -         url: dubbo_rs_common::url::URL,
[INFO] [stdout] 100 +         url: dubbo_rs_macros::url::URL,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]    --> tests/client_macro.rs:103:10
[INFO] [stdout]     |
[INFO] [stdout] 103 |     impl dubbo_rs_common::node::Node for PongInvoker {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 103 -     impl dubbo_rs_common::node::Node for PongInvoker {
[INFO] [stdout] 103 +     impl dubbo_rs_macros::node::Node for PongInvoker {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_common` in this scope
[INFO] [stdout]    --> tests/client_macro.rs:104:31
[INFO] [stdout]     |
[INFO] [stdout] 104 |         fn get_url(&self) -> &dubbo_rs_common::url::URL {
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_common`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 104 -         fn get_url(&self) -> &dubbo_rs_common::url::URL {
[INFO] [stdout] 104 +         fn get_url(&self) -> &dubbo_rs_macros::url::URL {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]    --> tests/client_macro.rs:119:16
[INFO] [stdout]     |
[INFO] [stdout] 119 |             Ok(dubbo_rs_protocol::RPCResult::success(
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 |     impl dubbo_rs_protocol::Invoker for MockInvoker {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:39:24
[INFO] [stdout]    |
[INFO] [stdout] 39 |             _ctx: &mut dubbo_rs_protocol::InvocationContext,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:40:21
[INFO] [stdout]    |
[INFO] [stdout] 40 |         ) -> Result<dubbo_rs_protocol::RPCResult, anyhow::Error> {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:70:10
[INFO] [stdout]    |
[INFO] [stdout] 70 |     impl dubbo_rs_protocol::Invoker for EchoInvoker {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:73:23
[INFO] [stdout]    |
[INFO] [stdout] 73 |             ctx: &mut dubbo_rs_protocol::InvocationContext,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]   --> tests/client_macro.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ) -> Result<dubbo_rs_protocol::RPCResult, anyhow::Error> {
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]    --> tests/client_macro.rs:114:10
[INFO] [stdout]     |
[INFO] [stdout] 114 |     impl dubbo_rs_protocol::Invoker for PongInvoker {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]    --> tests/client_macro.rs:117:24
[INFO] [stdout]     |
[INFO] [stdout] 117 |             _ctx: &mut dubbo_rs_protocol::InvocationContext,
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `dubbo_rs_protocol` in this scope
[INFO] [stdout]    --> tests/client_macro.rs:118:21
[INFO] [stdout]     |
[INFO] [stdout] 118 |         ) -> Result<dubbo_rs_protocol::RPCResult, anyhow::Error> {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dubbo_rs_protocol`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dubbo_rs_protocol`, use `cargo add dubbo_rs_protocol` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dubbo-rs-macros` (test "client_macro") due to 26 previous errors
[INFO] running `Command { std: "docker" "inspect" "ed1aabedc46d589cefd140b6b138684bfc14e95e9d8d3c457fd3ed9fbba27b54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed1aabedc46d589cefd140b6b138684bfc14e95e9d8d3c457fd3ed9fbba27b54", kill_on_drop: false }`
[INFO] [stdout] ed1aabedc46d589cefd140b6b138684bfc14e95e9d8d3c457fd3ed9fbba27b54
